When you retrieve a page from the Wayback Machine via 

`http://web.archive.org/web/TIMESTAMP/URL_OF_PAGE`, the HTML you get back has been modified from what it originally was: all links, resources, etc. have been adjusted to point into the archive, and there's a big blob of additional HTML to create the Wayback Machine's toolbar.

Is there any way to retrieve a page _without_ those modifications? In other words, I want to see the page exactly as the crawler saw it. This is for automated analysis of the history of a page.

===============

Add "id_" after the timestamp in a url. For example:

http://web.archive.org/web/20150901185758id_/http://www.example.com

Hope this helps. :)